const net/http.http2nextProtoUnencryptedHTTP2

3 uses

	net/http (current package)
		h2_bundle.go#L4286: 	s.TLSNextProto[http2nextProtoUnencryptedHTTP2] = func(hs *Server, c *tls.Conn, h Handler) {
		h2_bundle.go#L7601: 	t1.TLSNextProto[http2nextProtoUnencryptedHTTP2] = func(authority string, c *tls.Conn) RoundTripper {
		h2_bundle.go#L10573: const http2nextProtoUnencryptedHTTP2 = "unencrypted_http2"